예제 #1
0
 public StoragePresenceAttribute(StoragePresenceOption option, int arraySize)
 {
     this.Option    = option;
     this.ArraySize = arraySize;
 }
예제 #2
0
 public StoragePresenceAttribute(StoragePresenceOption option, int arraySize)
 {
     this.Option = option;
     this.ArraySize = arraySize;
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of <see cref="DBFilesClient.NET.StoragePresenceAttribute"/>
 /// with the specified <see cref="DBFilesClient.NET.StoragePresenceOption"/>.
 /// </summary>
 /// <param name="option">
 /// Specifies how the underlying class field should be treated when loading from a DBC storage.
 /// </param>
 public StoragePresenceAttribute(StoragePresenceOption option)
 {
     this.Option = option;
 }
예제 #4
0
 /// <summary>
 /// Initializes a new instance of <see cref="DBFilesClient.NET.StoragePresenceAttribute"/>
 /// with the specified <see cref="DBFilesClient.NET.StoragePresenceOption"/>.
 /// </summary>
 /// <param name="option">
 /// Specifies how the underlying class field should be treated when loading from a DBC storage.
 /// </param>
 public StoragePresenceAttribute(StoragePresenceOption option)
 {
     this.Option = option;
 }