AlphanumericRevisionSettings Members


The AlphanumericRevisionSettings type exposes the following members.

Constructors

  NameDescription
Public methodAlphanumericRevisionSettings
Constructs an AlphanumericRevisionSettings with a simple, default sequence.
Public methodAlphanumericRevisionSettings(AlphanumericRevisionSettings)
Constructs a new copy of the input AlphanumericRevisionSettings object.
Public methodAlphanumericRevisionSettings(IListString, String, String)
Constructs an AlphanumericRevisionSettings object.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the AlphanumericRevisionSettings
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSequence
Gets a list containing the strings to be used as the numbering sequence for revisions with the Alphanumeric RevisionNumberType.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEqual
Determines whether a specified AlphanumericRevisionSettings is the same as 'this'.
Public methodIsValid
Determines whether the AlphanumericRevisionSettings object is in a valid state.
Public methodSetSequence
Sets the sequence of strings to be used as numbers for revisions with the Alphanumeric RevisionNumberType.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyPrefix
The prefix string that will be prepended to the number of each revision with Alphanumeric RevisionNumberingType.
Public propertySuffix
The suffix string that will be appended to the number of each revision with Alphanumeric RevisionNumberingType.

See Also