public class Zone : ICollection<DnsRecordBase>, IEnumerable<DnsRecordBase>,
IEnumerable
Public Class Zone
Implements ICollection(Of DnsRecordBase), IEnumerable(Of DnsRecordBase),
IEnumerable
public ref class Zone : ICollection<DnsRecordBase^>,
IEnumerable<DnsRecordBase^>, IEnumerable
type Zone =
class
interface ICollection<DnsRecordBase>
interface IEnumerable<DnsRecordBase>
interface IEnumerable
end
Zone(DomainName) | Creates a new instance of the Zone class with no records |
Zone(DomainName, IEnumerableDnsRecordBase) | Creates a new instance of the Zone class that contains records copied from the specified collection |
Zone(DomainName, Int32) | Create a new instance of the Zone class with the specified initial capacity |
Add | Adds a record to the end of the Zone |
AddRange | Adds an enumeration of records to the end of the Zone |
Clear | Removes all records from the zone |
Contains | Determines whether a record is in the Zone |
CopyTo | Copies the entire Zone to a compatible array |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator | Returns an enumerator that iterates through the records of the Zone |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ParseMasterFile(DomainName, Stream) | Loads a Zone from a master data stream |
ParseMasterFile(DomainName, String) | Loads a Zone from a master file |
Remove | Removes a record from the Zone |
Sign | Signs a zone |
ToString | Returns a string that represents the current object. (Inherited from Object) |
UpdateZoneDigests | Updates all supported ZONEMD records |
ValidateZone | Validates a zone |