UniqueSerializerNameGenerator Class
Visual Studio 2015
Used to generate unique serializer names based on DomainClass name.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | UniqueSerializerNameGenerator(DslLibrary^) | Constructor |
![]() | UniqueSerializerNameGenerator(IList<DomainClass^>^) | Constructor |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetGenerationSerializerName(DomainClass^) | Get name of the class that contains the actual generated implementation of serializer for the given DomainClass. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSerializerName(DomainClass^) | Get a unique serializer name for the given DomainClass. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

