コード例 #1
0
        //public SelectSet kNoOwnership
        //{
        //    get { return InternalkNoOwnership; }
        //}
        //public SelectSet kSaveOwnership
        //{
        //    get { return InternalkSaveOwnership; }
        //}
        //public SelectSet kExclusiveOwnership
        //{
        //    get { return InternalkExclusiveOwnership; }
        //}

        #region Public static constructors
        public static InvSelectSet ByInvSelectSet(InvSelectSet invSelectSet)
        {
            return(new InvSelectSet(invSelectSet));
        }
コード例 #2
0
        //public SelectSet kNoOwnership
        //{
        //    get { return InternalkNoOwnership; }
        //}
        //public SelectSet kSaveOwnership
        //{
        //    get { return InternalkSaveOwnership; }
        //}
        //public SelectSet kExclusiveOwnership
        //{
        //    get { return InternalkExclusiveOwnership; }
        //}

        #region Public static constructors
        public static InvSelectSet ByInvSelectSet(InvSelectSet invSelectSet)
        {
            return new InvSelectSet(invSelectSet);
        }
コード例 #3
0
 //internal SelectSet InternalkNoOwnership
 //{
 //    get { return Inventor.SelectSet.kNoOwnership; }
 //}
 //internal SelectSet InternalkSaveOwnership
 //{
 //    get { return Inventor.SelectSet.kSaveOwnership; }
 //}
 //internal SelectSet InternalkExclusiveOwnership
 //{
 //    get { return Inventor.SelectSet.kExclusiveOwnership; }
 //}
 #region Private constructors
 private InvSelectSet(InvSelectSet invSelectSet)
 {
     InternalSelectSet = invSelectSet.InternalSelectSet;
 }
コード例 #4
0
 //internal SelectSet InternalkNoOwnership
 //{
 //    get { return Inventor.SelectSet.kNoOwnership; }
 //}
 //internal SelectSet InternalkSaveOwnership
 //{
 //    get { return Inventor.SelectSet.kSaveOwnership; }
 //}
 //internal SelectSet InternalkExclusiveOwnership
 //{
 //    get { return Inventor.SelectSet.kExclusiveOwnership; }
 //}
 #region Private constructors
 private InvSelectSet(InvSelectSet invSelectSet)
 {
     InternalSelectSet = invSelectSet.InternalSelectSet;
 }