ModelBuilder.UnitTests.PropertyScopes.PropertyScopes C# (CSharp) Method

PropertyScopes() public method

public PropertyScopes ( ) : System
return System
        public PropertyScopes()
        {
            InternalSet = Guid.Empty;
            GlobalValue = Guid.Empty;
        }
PropertyScopes